<style>
* {box-sizing: border-box}

body {
	font-family: 'Trebuchet MS', 'Arial Unicode MS', sans-serif;
	background-color: #333;
	max-width: 100%;
	min-width: 320px;
	font-weight: normal;
}



.page-title {
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	color: #fbfafa;
	text-align: center;
	background-color: #5d5d5c;
	padding: 6px;
	margin-top: 5px;
}
}

</style>
